home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_29.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  228 b   |  11 lines

  1. on playQT x
  2.   global gMoovLength
  3.   getQTname(x)
  4.   set QTname to the result
  5.   set the loop of cast QTname to 0
  6.   set the movieRate of sprite x to 1
  7.   if the movieTime of sprite x < gMoovLength then
  8.     go(the frame)
  9.   end if
  10. end
  11.